fix(deps): update rust crate getrandom to 0.2.14 - autoclosed #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.2.6
->0.2.14
Release Notes
rust-random/getrandom (getrandom)
v0.2.14
Compare Source
Fixed
/dev/urandom
fallback for MUSL-based Linux targets #408v0.2.13
Compare Source
Added
linux_disable_fallback
crate feature to disable/dev/urandom
-based fallback on Linux andAndroid targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and
Android API level to 23 (Marshmallow). #396
Changed
/dev/urandom
fallback for Linux targets outside of the followingtarget_arch
es:aarch64
,arm
,powerpc
,powerpc64
,s390x
,x86
,x86_64
#396EPERM
error code on Android while checking availability ofthe
getrandom
syscall #396v0.2.12
Compare Source
Fixed
Changed
sys_fill_exact
#386Added
v0.2.11
Compare Source
Added
Changed
__getrandom_internal
to__GETRANDOM_INTERNAL
#369v0.2.10
Compare Source
Added
armv7-sony-vita-newlibeabihf
) #359Changed
v0.2.9
Compare Source
Added
getrandom_uninit
function #291wasm64-unknown-unknown
support #303getrandom
syscall on NetBSD ≥ 10.0 #331RtlGenRandom
fallback for non-UWP Windows #337Breaking Changes
Fixed
Changed
/dev/random
source #310open
instead ofopen64
#326sys_read_entropy
syscall #333__getrandom_custom
definition into a const block #344v0.2.8
Compare Source
Changed
wasm32-unknown-unknown
when using the
"js"
feature, even on Node.js #284 #295Added
Fixed
$crate
inregister_custom_getrandom!
#270Documentation
"js"
feature #280wasm-bindgen
#278v0.2.7
Compare Source
Changed
wasi
dependency to0.11
#253Fixed
AtomicPtr
instead ofAtomicUsize
for Strict Provenance compatibility. #263Documentation
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.